home *** CD-ROM | disk | FTP | other *** search
/ Professional Soft Collection 1.02 / Professional Soft Collection 1.02.iso / test.all / wb40 / runwb.ini < prev    next >
INI File  |  1993-10-24  |  4KB  |  133 lines

  1. ; This file is a prototype for the .ini file that you can
  2. ; use to run WinBench in batch mode; i.e. non-interactively.
  3. ;
  4. ; To run WinBench in batch mode, use the command line:
  5. ;
  6. ;    winbench auto runwb.ini
  7. ;
  8. ; This file supplies the environment settings,
  9. ; the tests WinBench will run, and the names of the results files.
  10. ;
  11. ; Copy and edit this file to include the environment settings
  12. ; for your computer.
  13. ; Create a suite file that describes the tests you want to run
  14. ; and refer to it in the Suites section below.
  15. ; Change the settings in the Results section to specify
  16. ; the names of the result files.
  17.  
  18. [Environment]
  19.  
  20. ; You must supply the following fields, which are part of the
  21. ; complete disclosure of the test environment.
  22. ; WinBench adds these environment settings to the results file.
  23. ; These settings supply values that you would normally
  24. ; supply using the Disclosure Questionnaire when
  25. ; running WinBench in interactive mode.
  26.  
  27. ; WinBench generally determines an appropriate value for
  28. ; the following fields.
  29. ; You can override WinBench's determination by replacing
  30. ; "To Be Supplied By Tester" with an appropriate string
  31. ; and uncommenting the lines by removing the leading ";".
  32.  
  33. ;Operating System=To Be Supplied By Tester
  34. ;Windows System=To Be Supplied By Tester
  35. ;Processor=To Be Supplied By Tester
  36. ;Processor Speed=To Be Supplied By Tester
  37. ;Processor RAM=To Be Supplied By Tester
  38. ;Video Driver=To Be Supplied By Tester
  39. ;Video Adapter=To Be Supplied By Tester
  40. ;Video Mode=To Be Supplied By Tester
  41.  
  42. ; WinBench cannot determine an appropriate value for
  43. ; the following fields.
  44. ; You must replace "To Be Supplied By Tester" with an
  45. ; appropriate string.
  46.  
  47. Computer=To Be Supplied By Tester
  48. Off-Chip Processor Cache=To Be Supplied By Tester
  49. Video DRAM=To Be Supplied By Tester
  50. Video VRAM=To Be Supplied By Tester
  51. Video Refresh Rate=To Be Supplied By Tester
  52. Hard Disk=To Be Supplied By Tester
  53. Hard Disk Controller=To Be Supplied By Tester
  54. HD Controller RAM=To Be Supplied By Tester
  55. Software Disk Cache=To Be Supplied By Tester
  56. Software Cache Size=To Be Supplied By Tester
  57.  
  58. ; The following fields are added to the results file. You would
  59. ; normally change them by using the Disclosure Questionnaire 
  60. ; window. They are not required for a full disclosure.
  61.  
  62. Description=To Be Supplied By Tester
  63. Comments=To Be Supplied By Tester
  64.  
  65. ; The following fields are for compatibility with existing
  66. ; PC Labs automation systems.
  67. ; WinBench adds these fields to the results file.
  68. ; DOS environment variables of the same name in uppercase,
  69. ; e.g. VARIANT1, can override these settings.
  70. ; Uncomment these settings by removing the leading ";"
  71. ; if you want to use them.
  72.  
  73. ;PIN=To Be Supplied By Tester
  74. ;Variant1=To Be Supplied By Tester
  75. ;Variant2=To Be Supplied By Tester
  76. ;Variant3=To Be Supplied By Tester
  77. ;Variant4=To Be Supplied By Tester
  78. ;Variant5=To Be Supplied By Tester
  79. ;Type=To Be Supplied By Tester
  80. ;Project=To Be Supplied By Tester
  81. ;Tester Name=To Be Supplied By Tester
  82. ;Tester Organization=To Be Supplied By Tester
  83.  
  84. [Suites]
  85.  
  86. ; The Suite1 setting specifies the path name of the suite
  87. ; file that contains the list of tests to run.
  88. ; The custom.wbs suite contains all tests.  You can create
  89. ; additional suite files by using the Suite/New menu item.
  90. ; Only one suite is allowed here.
  91.  
  92. Suite1=suites\custom.wbs
  93.  
  94. [Settings]
  95.  
  96. ; WinBench looks for test settings here.  It first looks for
  97. ; a setting in the form test-name:setting-name. If one is not
  98. ; found, it looks for the more generic setting-name.  If one is
  99. ; not found, WinBench uses the default setting.
  100.  
  101. ; The Drive setting specifies which drive to test for the disk
  102. ; tests.
  103.  
  104. Drive=C
  105. ;Disk, Mix:Drive=C
  106.  
  107. [Options]
  108.  
  109. ; Setting ExitWindows to True causes WinBench to exit Windows
  110. ; when WinBench terminates. 
  111.  
  112. ExitWindows=False
  113. ;ExitWindows=True
  114.  
  115. ; Setting DemoMode to True causes WinBench to run the specified
  116. ; test suit in demo mode.  WinBench will not save any results,
  117. ; and it will ignore the ExitWindows setting.
  118.  
  119. DemoMode=FALSE
  120. ;DemoMode=TRUE
  121.  
  122. [Results]
  123.  
  124. ; Edit the settings below, changing the name and directory
  125. ; to specify the results files you want to produce.
  126. ; Comment out any settings for result files you do not want.
  127. ; You can produce all three types of result files or any
  128. ; subset, as you like.
  129.  
  130. TextFile=results\results.txt
  131. XLSFile=results\results.xls
  132. CSVFile=results\results.csv
  133.